PATH
WebObjects 4.5 Documentation >
Getting Started With Direct to Java Client
Disabling the Assistant
You should not deploy an application with the Assistant enabled. To disable it when you deploy, use the EOAssistantEnabled default, which enables and disables the Assistant. For example, to start the server application D2JCTutorial server application with the Assistant disabled, you could use the command:
On MacOS X Server:
D2JCTutorial -WOPort 8888 -WOAutoOpenInBrowser NO
-EOAssistantEnabled NO -NSProjectSearchPath '(/tmp)'
On Windows:
D2JCTutorial -WOPort 8888 -WOAutoOpenInBrowser NO
-EOAssistantEnabled NO -NSProjectSearchPath '(C:/tmp)'
© 1999 Apple Computer, Inc. – (Draft. Last updated 05 Jan 00)